feat: switch public API to fiber architecture#46
Draft
MarcelOlsen wants to merge 1 commit into
Draft
Conversation
This was referenced Feb 13, 2026
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Feb 13, 2026
Owner
Author
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 13, 2026 22:38
7f3c157 to
e9aa567
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
February 13, 2026 22:38
e69b4d1 to
3f2b217
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 13, 2026 22:44
e9aa567 to
7f3a9d1
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
February 13, 2026 22:44
3f2b217 to
8f1c0d3
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 14, 2026 16:17
7f3a9d1 to
6cbcebb
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
2 times, most recently
from
February 15, 2026 13:10
a32870c to
d183b08
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
2 times, most recently
from
February 15, 2026 13:36
af7de1c to
e3c1c3e
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
2 times, most recently
from
February 15, 2026 15:31
5302ce3 to
3e37112
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
2 times, most recently
from
February 15, 2026 15:40
43dc473 to
102ef5f
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
2 times, most recently
from
February 15, 2026 16:00
10ff116 to
dbc8934
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 15, 2026 16:00
102ef5f to
d50ad3d
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
February 15, 2026 16:21
dbc8934 to
8439c24
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 15, 2026 16:21
d50ad3d to
ce32166
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
February 15, 2026 16:33
8439c24 to
fa26293
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 15, 2026 17:35
7398236 to
cd8bbbf
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
2 times, most recently
from
February 15, 2026 18:51
657be22 to
d71f0db
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 15, 2026 18:51
cd8bbbf to
cb70853
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
February 15, 2026 20:56
d71f0db to
6f3d772
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
February 15, 2026 20:56
cb70853 to
05fbf47
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
February 15, 2026 21:04
6f3d772 to
db09c8c
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
2 times, most recently
from
February 17, 2026 17:52
2977618 to
1f795bd
Compare
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
February 17, 2026 17:52
db09c8c to
0de43c8
Compare
Update core/index.ts, MiniReact.ts, and jsx-runtime to export fiber-based implementations. Remove old dom-renderer, fragments, hooks, and reconciler modules.
MarcelOlsen
force-pushed
the
fiber/public-api
branch
from
March 11, 2026 14:52
0de43c8 to
507b73a
Compare
MarcelOlsen
force-pushed
the
fiber/hydration
branch
from
March 11, 2026 14:52
1f795bd to
2016c51
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Update core/index.ts, MiniReact.ts, and jsx-runtime to export
fiber-based implementations. Remove old dom-renderer, fragments,
hooks, and reconciler modules.